This web method returns a list of stock movement statuses setup in the system.
Method | /ProCloudWS.asmx/StatusesGet |
The request body is of type StatusesGet.
Name | Description | Data Type |
---|---|---|
objProviderGUId | This is a unique provider id, which can be obtained from CSS GUId | guid |
strPassword | This is your unique service password which can be obtained from CSS String (min 1 max 50) | xml:string |
intProviderBranchId | This is the providers branch making the web service call (can be obtained via the ProviderBranchesGet web method) Integer | xml:int |
intStatusId | The id of the status branch to start at. Passing -1 returns all statuses Integer | xml:int |
booReturnInitalStatus | If the inital status should be returned in the result set Boolean | xml:boolean |
|
The response body is of type StatusesGetResponse.
Name | Description | Data Type |
---|---|---|
StatusesGetResult | objStatusesGetReturn |
|
<?xml version="1.0" encoding="UTF-8"?> <objStatusesGetReturn xmlns="http://pro-cloud.org/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <intErrorId>0</intErrorId> <strErrorMsg/> <xmlDataSet> <NewDataSet xmlns=""> <Statuses> <StatusId>3939</StatusId> <ParentStatusId>0</ParentStatusId> <StatusLevel>1</StatusLevel> <StatusPath>/0/</StatusPath> <StatusName>Agent Stock</StatusName> </Statuses> <Statuses> <StatusId>3959</StatusId> <ParentStatusId>3939</ParentStatusId> <StatusLevel>2</StatusLevel> <StatusPath>/0/3939/</StatusPath> <StatusName>Agent</StatusName> </Statuses> <Statuses> <StatusId>3975</StatusId> <ParentStatusId>3939</ParentStatusId> <StatusLevel>2</StatusLevel> <StatusPath>/0/3939/</StatusPath> <StatusName>Dean Robberts</StatusName> </Statuses> <Statuses> <StatusId>3974</StatusId> <ParentStatusId>3939</ParentStatusId> <StatusLevel>2</StatusLevel> <StatusPath>/0/3939/</StatusPath> <StatusName>Jayne Smith</StatusName> </Statuses> </NewDataSet> </xmlDataSet> </objStatusesGetReturn>